home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / tlistfix.doc < prev    next >
Text File  |  1985-01-04  |  768b  |  21 lines

  1. t     This fix repairs a minor bug in the TURBO PASCAL TLIST.COM which causes
  2. the printer to think that a page consists of 67 lines instead of the more
  3. normal 66 lines.  The error occurs at offset 2F08 in the code.  The 42h should
  4. be changed to 41h.
  5.      The sequence of events to fix using DEBUG is as follows:
  6.  
  7.      DEBUG TLIST.COM
  8.      -D CS:2F08
  9.          The code should start with 42.  If it doesn't, this fix won't work.
  10.      -E CS:2F08 41
  11.      -W
  12.      -Q
  13.  
  14.      That's all.  The version I fixed was supplied with the TURBO-87 program,
  15. but it should work on the standard TURBO system also.  If you have any
  16. questions, please contact:
  17.  
  18.                  Gary Barber
  19.                  Rt#1, Box 593
  20.                  Edwardsville, IL  62025
  21. ns, pl